From d7f0470889776094ea9d3713449774935325ba15 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 8 Mar 2004 01:09:08 +0000 Subject: [PATCH] (fill) : Move to fill.el. --- lisp/cus-edit.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index fc5e7ecb8af..04570b1512e 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -1,6 +1,6 @@ ;;; cus-edit.el --- tools for customizing Emacs and Lisp packages ;; -;; Copyright (C) 1996,97,1999,2000,01,02,2003 Free Software Foundation, Inc. +;; Copyright (C) 1996,97,1999,2000,01,02,03,2004 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen ;; Maintainer: FSF @@ -286,11 +286,6 @@ "Content of the modeline." :group 'environment) -(defgroup fill nil - "Indenting and filling text." - :link '(custom-manual "(emacs)Filling Text") - :group 'editing) - (defgroup editing-basics nil "Most basic editing facilities." :group 'editing) -- 2.30.2